home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / MiamiSDK / netinclude / machine / ansi.h next >
Encoding:
C/C++ Source or Header  |  1997-12-04  |  365 b   |  16 lines

  1. #ifndef    _MACHINE_ANSI_H_
  2. #define    _MACHINE_ANSI_H_
  3.  
  4. /*
  5.  * Types which are fundamental to the implementation and may appear in
  6.  * more than one standard header are defined here.  Standard headers
  7.  * then use:
  8.  *    #ifdef    _BSD_SIZE_T_
  9.  *    typedef    _BSD_SIZE_T_ size_t;
  10.  *    #undef    _BSD_SIZE_T_
  11.  *    #endif
  12.  */
  13. #define    _BSD_SIZE_T_    unsigned long
  14.  
  15. #endif    /* _MACHINE_ANSI_H_ */
  16.